Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not store DFK in PolledExecutorFacade #3320

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

benclifford
Copy link
Collaborator

@benclifford benclifford commented Apr 8, 2024

The DFK is only used to initialise monitoring, in __init__, and is not used after that. The object that lives beyond __init__ is self.hub_channel.

This is part of work to move JobStatusPoller facade state into other classes, as part of job handling rearrangements in PR #3293

Changed Behaviour

This PR should not change behaviour.

Type of change

  • Code maintenance/cleanup

The DFK is only used to initialise monitoring, in __init__, and is not used
after that. The object that lives beyond __init__ is self.hub_channel.

This PR should not change behaviour.
@benclifford benclifford merged commit 43f97af into master Apr 8, 2024
6 checks passed
@benclifford benclifford deleted the benc-scaling-no-facade-dfk branch April 8, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants